home *** CD-ROM | disk | FTP | other *** search
- global gNome
-
- on mouseUp
- sprite(10).visible = 0
- updateStage()
- gNome = "Lug" & the clickOn - 19 & "Txt"
- lNumero = member("VoidNote").castLibNum
- set the castLibNum of sprite 10 to lNumero
- set the member of sprite 10 to gNome
- member(gNome).scrollTop = 0
- sprite(10).visible = 1
- updateStage()
- end
-